System Requirements

The following is a guide on the minimum recommended setup needed to run Pyramid when installed 'natively'. This does not mean it is the recommended setup.

  • These recommendations are different for Kubernetes deployments.

Native Installations

Item

Setting

Comment

Server OS

Windows

  • Desktop PRO 11
  • Server 2016, 2019, 2022
  • 64-bit(x86) only. Desktops should only used for basic testing.
  • Windows 2025 is in beta
  • DotNet 4.7.2 and DotNet 8 should be pre-installed to simplify all installations and prevent reboots.

Linux

  • Ubuntu 20*, 22, 24
  • Debian 11, 12
  • RedHat 8, 9, 10
  • Oracle 8, 9
  • Amazon 2, 2023
  • 64-bit(x86) only.
Server Hardware

Host CPUs

 

  • Standalone Server: Min 12 cores
  • Server in a Cluster: Min 12 cores
  • Pulse Server: Min 4 cores

Production environments should provide ample CPUs to process queries. See suggestions below.

 

Host Memory

 

  • Standalone Server: Min 16 GB Ram
  • Server in a Cluster: Min 16 GB Ram
  • Pulse Server: Min 6 GB Ram

Production environments should provide ample memory to host the application, in-memory databases, as well as the needs of the operating system itself. See suggestions below.

Host Disk

  • Minimum HDD space of 6 - 12 GB

Use of very fast disks, such as SSDs, is highly recommended.

Client

Client Browser

  • Any fully compliant HTML5 browser

Chrome, Edge, Opera, FireFox, Safari etc. The client browser can operate on any operating system, as long as it can connect to the web application hosted on the relevant server.

Client Screen Resolution

  • Desktop: Min. 1280 x 720
  • Tablet: Most normal tablet resolutions
  • Phone: Any smart phone resolution

The desktop client must support the minimum screen size to operate effectively.

Database Repository

Repository Type

  • SQL Server 2014* SP2 onwards
  • PostgreSQL 12 onwards
  • Oracle 19c onwards

For more information about supported SQL versions, see Microsoft SQL Server Lifecycle.

Database sizing

  • 8 CPU cores
  • 8 GB Ram

If the repository is not hosted on the cloud, then very fast disks, such as SSDs, are required.

Host Disk

  • Minimum HDD space of 4 - 8 GB

Ensure there is sufficient space to handle a growing repo database.

Deprecations

Pyramid 2025

2025.01

Ubuntu 20 is out of standard support. Customers should start migrating to newer operating systems.

2025.02

MS SQL 2014 databases are now out of support. Customers should start migrating to newer database versions.

Hardware and Environment

The right setup is heavily affected by the specifics of each deployment. There are countless variables that need to be quantified and considered. The guide to scaling Pyramid provides an in-depth review of these items. Briefly, some of these considerations include:

  • Number of concurrent users : This variable will heavily influence the number of CPU's needed to keep performance optimal.
  • Query styles and consumption: If your users typically run very large queries (5,000+ rows) and do this consistently, the underlying hardware should provide enough CPU cores to not only process such large responses, but also provide enough bandwidth for other users while such queries are being processed. Networking speed will also have an impact as more data is streamed to the end users.
  • Size of the databases and the types of technologies they operate in: In-memory databases will require lots of memory to host the relevant databases. On-disk technologies are less sensitive to memory, but will require VERY fast disk access. OLAP usually needs both, but does not require the same memory footprint or amount of disk space. Generally, In-memory and memory based OLAP engines require strong CPU's.
  • Up time and back-ups: Multi-Server deployments are best suited to ensuring the highest up-time, which in means that both the hardware strategy for the application as well as the location and performance of the server hosting the database repository is important (which remains central).